home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-14 / Vol E-14.iso / games / reelgold.swf / scripts / frame_3 / PlaceObject2_55_7 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2014-03-11  |  208b  |  8 lines

  1. onClipEvent(enterFrame){
  2.    this.bar._xscale = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  3.    if(_root.getBytesLoaded() >= _root.getBytesTotal())
  4.    {
  5.       _root.gotoAndPlay("menu");
  6.    }
  7. }
  8.